From aa6ee5cf96542132c4fea66a4bfc111621f4f049 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Fri, 12 Apr 2024 08:48:35 +0530 Subject: fixes: manga search is now fixed. removed the netlify card from the homepage because the vercel one is stable enough. --- src/app/manga/[title]/page.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/manga/[title]/page.jsx') diff --git a/src/app/manga/[title]/page.jsx b/src/app/manga/[title]/page.jsx index 1e846db..e4cc659 100644 --- a/src/app/manga/[title]/page.jsx +++ b/src/app/manga/[title]/page.jsx @@ -66,7 +66,7 @@ export default async function MangaInfo({ params }) { async function GetSearchedAnime(title) { const res = await fetch( - "https://consumet-api-di2e.onrender.com/meta/anilist-manga/" + title + "https://consumet-jade.vercel.app/meta/anilist-manga/" + title ); const data = await res.json(); return data; -- cgit v1.2.3